LanguageNotAvailableException

Thrown when Chromium fails to configure the spellchecker fails to initialize the spelling dictionary for a language.

Since

7.27

Constructors

Link copied to clipboard
public void LanguageNotAvailableException(Language language)
Constructs a LanguageNotAvailableException with the language for which the dictionary is not available.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public Language language()
Returns the language for which the dictionary is not available.
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()